gtk-demo: Update text for the transitions demo
authorMatthias Clasen <mclasen@redhat.com>
Wed, 30 Sep 2020 15:19:12 +0000 (11:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 30 Sep 2020 15:19:12 +0000 (11:19 -0400)
The fire is gone, but we have wobbly widgets!

demos/gtk-demo/gltransition.c

index c80b3fcc2b770f98ad6b8fd933c71d8b6f6ad002..6b49a3cea533c03f4a02cc4d937679c5db3ea2e5 100644 (file)
@@ -1,5 +1,5 @@
 /* OpenGL/Transitions
- * #Keywords: OpenGL, shader
+ * #Keywords: OpenGL, shader, effect
  *
  * Create transitions between pages using a custom fragment shader.
  *
@@ -9,7 +9,8 @@
  * The transitions work with arbitrary content. We use images, shaders
  * GL areas and plain old widgets to demonstrate this.
  *
- * The demo also shows some sample fire effects on the buttons.
+ * The demo also shows some over-the-top effects like wobbly widgets,
+ * and a an animated background.
  */
 
 #include <math.h>